.footer-container {
    background-color: #fff;
    padding: 30px 0 0;
}

.footer-container .footer-box .footer-top {
    padding-bottom: 20px;
    padding-left: 0px;
    color: #888;
    border-bottom: 1px solid #e1e1e1;
}

.footer-container .footer-box .footer-top a {
    display: block;
    color: #787A80;
    text-decoration: none;
    font-size: .14rem;
    padding-bottom: 5px;
}

.footer-container .footer-box .footer-top a:hover {
    color: #15acfd;
}

.footer-container .footer-box .footer-top .tel {
    font-size: .18rem;
    color: #fff;
    padding-bottom: 10px;
}

.footer-container .footer-box .footer-top .title {
    font-size: .16rem;
    color: #303133;
    font-weight: bold;
    margin: 10px 0 15px;
}

.footer-container .footer-box .footer-top .footer-left {
    border-right: 1px solid rgba(248, 237, 237, 0.1);
    float: left;
    width: 2rem;
    min-width: 100px;
}

.footer-container .footer-box .footer-top .footer-right {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer-container .footer-box .footer-top .footer-right .right-list:last-child {
    padding-right: 0;
    padding-left: 0;
    float: right;
}

.footer-container .footer-box .footer-top .footer-right .right-list:last-child img {
    width: 100px;
    height: 100px;
}

.footer-container .footer-box .footer-top .footer-right .right-list:last-child p {
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
}

.footer-container .footer-box .footer-top .footer-right .right-list:last-child p.title {
    font-size: .16rem;
    padding-top: 0px;
    padding-bottom: 5px;
}

.footer-container .footer-box .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
}

.footer-container .footer-box .footer-bottom .record-info {
    color: #666;
    font-size: .14rem;
}

.footer-container .footer-box .footer-bottom .record-info #cnzz_stat_icon {
    position: relative;
    top: 6px;
}

.footer-container .footer-box .footer-bottom .record-info .footer-line {
    display: inline-block;
    padding: 0 5px;
}

.footer-container .footer-box .footer-bottom .record-info a {
    color: #666;
}

.footer-container .footer-box .footer-bottom .share-box a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    background: url(/static/images/moreLink.png) no-repeat;
    margin: 0 3px;
}

.footer-container .footer-box .footer-bottom .share-box a.icon-gsbs {
    background: url(/static/images/gswj.png) no-repeat;
}

.footer-container .footer-box .footer-bottom .share-box a.icon02 {
    background-position: -44px 0;
}

.footer-container .footer-box .footer-bottom .share-box a.icon03 {
    background-position: -88px 0;
}

.footer-container .footer-box .footer-bottom .share-box a.icon05 {
    background-position: -176px 0;
}

/*回到顶部*/
#goTop {
    position: fixed;
    right: 20px;
    bottom: 10vh;
    width: .8rem;
    height: .8rem;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    display: none;
    z-index: 1000;
}

@media (max-width: 800px) {
    .footer-container .footer-right {
        padding: 0 !important;
    }

    .footer-container .right-list {
        width: 50%;
        padding: 0 !important;
    }

    .footer-container .footer-box .footer-top {
        padding-left: 20px;
    }

    .footer-container .footer-box .footer-top .footer-left {
        border-bottom: 1px solid rgba(248, 237, 237, 0.1);
        border-right: none;
        float: none;
        width: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-container .footer-box .footer-top .footer-left a {
        display: inline-block;
        width: 30%;
    }

    .footer-container .footer-box .footer-top .tel {
        font-size: 16px;
    }

    .footer-container .footer-box .footer-top .title {
        font-size: 16px;
    }

    .footer-container .footer-box .footer-top a {
        font-size: 14px;
        padding: 0 5px;
    }

    .footer-container .footer-box .footer-top .footer-right .right-list:last-child p {
        text-align: left;
    }
    .footer-container .footer-box .footer-top .footer-right .right-list:last-child p.title{
        font-size: 16px;
    }
    .footer-container .footer-box .footer-bottom .record-info {
        font-size: 12px;
    }

    .footer-container .qr-code {
        width: 100%;
        font-size: 14px !important;
    }

    .footer-container .footer-box>div {
        padding: 0 20px;
    }

    .footer-container .footer-box .footer-top .footer-right .right-list:last-child {
        width: 50%;
    }
    div.footer-container {
        padding: 30px 0 0;
    }
    .footer-container .right-list {
        width: 100%;
        padding: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .footer-container .footer-box .footer-top .title:first-child {
        flex-basis: 100%;
    }
}